Click or drag to resize

DurationParse Method

Parses the specified duration.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public static Duration Parse(
	string duration
)

Parameters

duration
Type: SystemString
The duration.

Return Value

Type: Duration
Duration.
See Also